home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / unix / amiga / 287 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  2.2 KB

  1. Path: gemini.oscs.montana.edu!osymh
  2. From: osymh@gemini.oscs.montana.edu (Michael L. Hitch)
  3. Newsgroups: comp.unix.amiga
  4. Subject: Re: NetBSD-1.1 then BFFS?
  5. Date: 30 Jan 1996 17:12:37 GMT
  6. Organization: Montana State University
  7. Message-ID: <4elji5$5up@news.oscs.montana.edu>
  8. References: <4e7ves$hne@stc06.ctd.ornl.gov> <4ebv3l$ohb@news.mtu.edu>
  9. NNTP-Posting-Host: gemini.oscs.montana.edu
  10. Keywords: NetBSD-1.1, BFFS, BSD 4.4,filsystems
  11.  
  12. In article <4ebv3l$ohb@news.mtu.edu>, Chris Hooper <cdh@mtu.edu> wrote:
  13. >Charles Thomas <thomas@ORNL.GOV> wrote:
  14. >> 2. There's mention of the BSD 4.4 version of the
  15. >>    filesystem. I used the NetBSD utilities to
  16. >>    create the filesystems and they show up as
  17. >>    version 4.2 when I do a disklabel command. 
  18. >>    Is that what a BFFS file system looks like on
  19. >>    the NetBSD-1.1 side?
  20. >
  21. ...
  22. >I don't have complete confidence in what disklabel tells
  23. >you the filesystem is.  If it reads that information out of
  24. >the disk label and not directly out of the filesystem, then
  25. >there is a chance it's not telling you the truth.  You may
  26. >want to try using dumpfs and look at the format field it
  27. >gives.  Sorry, I don't have easy access to a NetBSD machine
  28. >so I can't be more precise than this.
  29.  
  30.   The filesystem type in the disklabel does not distinguish between the
  31. various changes to the BSD Fast File System.  The only way to tell the
  32. actual format of the filesystem is to use dumpfs.
  33.  
  34.   Also, the Amiga does not have "real" disk labels:  the memory copy of
  35. the disklabel is created from the information in the RDB blocks, which
  36. don't normally contain any NetBSD-specific information other than the
  37. DOS Type value.  This also means that the fragment size, number of fragments
  38. per block, and cylinders per group is not normally available.  There is
  39. a provision for these values in the environment vector, but there isn't
  40. anything that will set these fields in the partition blocks.  The disk
  41. label data is set to "typical" defaults (1K fragement, 8 fragments per
  42. block, and 0 cylinders per group [since there isn't a "typical" value
  43. for that]) when the RDB information is processed.
  44.  
  45. Michael
  46. -- 
  47. Michael L. Hitch            INTERNET:  osymh@montana.edu
  48. Computer Consultant
  49. Information Technology Center
  50. Montana State University    Bozeman, MT    USA
  51.